*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:49:45 +0000 (11:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:49:45 +0000 (11:49 +0000)
lisp/isearch.el

index e72df62d7f8686391b110f949b7f825d1890c30e..131bde71690a2edbb0ff74038f67bdeac1e6df43 100644 (file)
@@ -1461,7 +1461,7 @@ to the barrier."
        ;; removes all bracket-sets and groups that might be in the way, as
        ;; well as partial \{\} constructs that the code below leaves behind.
        ;; Also skip over postfix operators -- though horrid,
-       ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly legal.
+       ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly valid.
        (while (and previous
                    (or (isearch-error-state frame)
                        (let* ((string (isearch-string-state frame))